Interface.CreatePrompt(PromptHeading,body, a+1); --"Okay. Let's look at the Railroad Stations.", a+1);
elseif a == 2 then
Interface.CreateMessage(PromptHeading,body, a+1); --"Double click the B&O Railroad.", a+1);
Interface.EnableBlockPicking(B_O_RAILROAD);
Interface.AddArrow(403, 72);
elseif a == 3 then
Interface.CreatePrompt(PromptHeading,body, a+1); --"Money comes in from two different sources. First is the set daily income from freight. This is guaranteed to each of the stations. Secondly are the passenger ticket sales.", a+1);
Interface.AddArrow(189, 191);
elseif a == 4 then
Interface.CreateMessage(PromptHeading,body, a+1); --"Anyone who cannot find a place to live in the city will commute in through one of the four Railroad stations. If you own the lease on that Railroad Station, you will collect their ticket money.", a+1);
Interface.EnableControl(TUT_MPP_INFOBUTTON_2);
Interface.AddArrow(73,52);
elseif a == 5 then
Interface.CreatePrompt(PromptHeading,body, a+1); --"Anyone who cannot find a place to live in the city will commute in through one of the four Railroad stations. If you own the lease on that Railroad Station, you will collect their ticket money.", a+1);
elseif a == 6 then
Interface.CreatePrompt(PromptHeading,body, a+1); --"In the evening they will leave the city, paying again before they travel.", a+1);
elseif a == 7 then
Interface.CreatePrompt(PromptHeading,body, a+1); --"You will also see tourists coming into the city through the Railroads; so building businesses that would suit these people nearby would be a good idea - once you've collected their fare of course.", a+1);
elseif a == 8 then
Interface.CreatePrompt(PromptHeading,body, a+1); --"You will also see tourists coming into the city through the Railroads; so building businesses that would suit these people nearby would be a good idea - once you've collected their fare of course.", a+1);
elseif a == 9 then
Interface.CreatePrompt(PromptHeading,body, a+1); --"The other Railroads are Pennsylvania...", a+1);
Interface.CreatePrompt(PromptHeading,body, a+1); --"Once again, the more Railroads that you control at one time, the more your daily income will be, so do what you can to collect them all!", a+1);